home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / helper.arc / HELPER.DOC < prev    next >
Encoding:
Text File  |  1986-10-12  |  2.4 KB  |  79 lines

  1.                   HELPER Version 1.10 by Greg Merideth 
  2.  
  3.  
  4. HELPER is a program to help you keep either a large or small type of 
  5.  dictionary. In this version unfourtunatly you must type in the 
  6.  definition as such. But in later version's, it might hopefully prompt
  7.  you for a 40-50 line entry and such as such.
  8.  
  9. HELPER in the begining uses the command line to pass the search term into
  10.  the program as such:
  11.  
  12.  [d:][path] HELPER [definition] [definition file]
  13.  
  14.  The definition can be up to 40 characters for now.
  15.  
  16.  The definition file is the text file that all definition's are put into
  17.  and HELPER is meant to analyze for it. 
  18.  
  19.  As mentiond before YOU must create this file in the following format:
  20.  
  21.  1) Use any editor [NE, WORDSTAR, SEE] (ect..)
  22.  2) Create a file and put in your definitions.
  23.     ALL definiton titles must be as such:
  24.  
  25.  #(definition)
  26.  
  27.  (i.e)
  28.  
  29.  #DOS
  30.   bla bla bla.
  31.  
  32.  #NORTON
  33.   bla bla bla.
  34.  
  35.  4) When the definition is found HELPER will display the title and will
  36.     stop at the next blank line.
  37.  
  38.  You might notice that in the HELP.DEF file, the lines in the definition have
  39.  a "-" in the begining. These arn't nessisary, but help in spacing out the
  40.  text. HELPER at the moment is'nt that smart.
  41.  
  42.  When you start if you wanted to see the "dos" information that you supplied
  43.  about dos then you would type.
  44.  
  45.  HELPER dos(upper or lower case) [CR]
  46.  
  47.  HELPER would then busily go away at that file. When it's found (the #DOS) then
  48.  you'll see your definition! Heating up isn't it?
  49.   
  50.  HELP.DEF is the default file that ALL definitions are put into. You do not 
  51.  need to type that name. But this is so you can have a few SMALL files and 
  52.  not one HUGE file. Even though this was written in 'C'. It still is kinda 
  53.  slow.
  54.  
  55.  ------------------------------------------------------------------------------
  56.  
  57.  NOTE: 
  58.  
  59.  HELPER -a 
  60.  
  61.  will list all of the definition name's in the .DEF file.
  62.   
  63.  NOTE2:
  64.  
  65.  It's helpfull to have all of your files end with a .DEF. Not for my sake.
  66.  But it's easier to just "DIR/w *.DEF" to see what you have.
  67.   
  68.  If you do find this in any way helpfull then comments, questions, 
  69.  donations, please send to:
  70.   
  71.  Greg Merideth
  72.  211 Midland Ave.
  73.  Montclair, Nj 07042
  74.  
  75.  Thank you. 
  76.  
  77.  Hope you find this usefull. I know i do.
  78.  
  79.  ------------------------------------------------------------------------------